home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol04 / 01b / macsl / whichsys.h < prev   
Text File  |  1988-10-03  |  433b  |  13 lines

  1. /*-----------------------------------------------------------------*/
  2. /* WhichSys.h                                                      */
  3. /* Defines which target system we are compiling for.               */
  4. /*-----------------------------------------------------------------*/
  5.  
  6. /* #define PM_OS2 */
  7.  
  8. /* #define PM_WINDOWS */
  9.  
  10. #define PM_MACINTOSH
  11.  
  12. /*-----------------------------------------------------------------*/
  13.